Skip to content
This repository was archived by the owner on Sep 4, 2023. It is now read-only.

Commit 37b04b6

Browse files
authored
v.1.3.1 (#652)
1 parent 2139964 commit 37b04b6

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ You can send suggestions or report issues to the team via any of the channels be
1010

1111
[You can also rate and leave us a comment on Mozilla Addons.](https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/)
1212

13+
## [[v1.3.1]](https://github.com/mozilla/firefox-translations/tree/v1.3.1) - 2023-01-24
14+
### Added
15+
- Support for the translation popup on Android
16+
17+
### Changed
18+
- User interface improvements
19+
1320
## [[v1.3.0]](https://github.com/mozilla/firefox-translations/tree/v1.3.0) - 2023-01-23
1421
### Added
1522
- Android support
@@ -19,7 +26,7 @@ You can send suggestions or report issues to the team via any of the channels be
1926
- Ability to translate selected text in the page
2027
- Add autofocus to input textarea in translation popup
2128
### Changed
22-
- User interface bugfixes improvements
29+
- User interface bugfixes and improvements
2330

2431
## [[v1.2.0]](https://github.com/mozilla/firefox-translations/tree/v1.2.0) - 2022-11-08
2532
### Added

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
44
"description": "__MSG_extensionDescription__",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"default_locale": "en_US",
77
"applications": {
88
"gecko": {

extension/view/static/CHANGELOG.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515

1616
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/">You can also rate and leave us a comment on Mozilla Addons.</a></p>
1717

18+
<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.3.1">[v1.3.1]</a> - 2023-01-24</h2>
19+
20+
<h3>Added</h3>
21+
22+
<ul><li>Support for the translation popup on Android</li></ul>
23+
24+
<h3>Changed</h3>
25+
26+
<ul><li>User interface improvements</li></ul>
27+
1828
<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.3.0">[v1.3.0]</a> - 2023-01-23</h2>
1929

2030
<h3>Added</h3>
@@ -23,7 +33,7 @@ <h3>Added</h3>
2333

2434
<h3>Changed</h3>
2535

26-
<ul><li>User interface bugfixes improvements</li></ul>
36+
<ul><li>User interface bugfixes and improvements</li></ul>
2737

2838
<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.2.0">[v1.2.0]</a> - 2022-11-08</h2>
2939

scripts/manifest-dev-android.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
44
"description": "__MSG_extensionDescription__",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"default_locale": "en_US",
77
"applications": {
88
"gecko": {

scripts/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "__MSG_extensionName__",
44
"description": "__MSG_extensionDescription__",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"default_locale": "en_US",
77
"applications": {
88
"gecko": {

0 commit comments

Comments
 (0)